* {
    box-sizing: border-box;
  }
  

body, html {
    height: 100%;
  }

body {
	background-image: url("../imgs/foodies-img3.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/*LOGO*/

.logo img {
    border-style: none;
    position: absolute;
    top: -30px;
    left: 2px;
    width: 34%;
}

.wrap {
	position: absolute;
	top: 43%;
	left: 50%;
	margin-top: -86px;
	margin-left: -89px;
	text-align: center;
}

a {
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	display: block;
	margin: 20px auto;
	max-width: 180px;
	text-decoration: none;
	border-radius: 4px;
	padding: 20px 30px;
}

/* rgba(190, 45, 40, 0.6) // rgba(163, 21, 21, 0.822) 0 0px 0px 2px inset
   = rgba(30, 22, 54, 0.6)    //  rgba(30, 22, 54, 0.4) 0 0px 0px 2px inset
 */


a.button {
	color: #ffffffd9;
	box-shadow: #8f1a23 0 0px 0px 40px inset;
}
a.button:hover {
	color: #db6809ab;
	box-shadow: #eea60bc0 0 0px 0px 2px inset;
}

a.button2 {
	color: #ffffffd9;
	box-shadow: #8f1a23 0 0px 0px 40px inset;
}

a.button2:hover {
    color: #1f47c999;
	box-shadow: #84cbe771 0 0px 0px 2px inset;
}

a.button3 {
	color: #ffffffd9;
	box-shadow: #8f1a23 0 0px 0px 40px inset;
}
a.button3:hover { 
    color: #5eda5e99;
	box-shadow: #df7150da 0 0px 0px 2px inset;
}

/*
a.button4 {
	color: #ffffffd9;
	box-shadow: #8f1a23 0 0px 0px 40px inset;
}

a.button4:hover {
    color: #23242399;
	box-shadow: #0bbe3271 0 0px 0px 2px inset;
}
*/

/*Button icon*/

.button i img {
    position: absolute;
    top: 26px;
    left: -45px;
    width: 41px;
    height: 41px;
}

.button2 i img {
    position: absolute;
    top: 102px;
    left: -50px;
    width: 44px;
    height: 44px;
}

.button3 i img {
    position: absolute;
    top: 178px;
    left: -50px;
    width: 44px;
    height: 44px;
}

/*
.button4 i img {
    position: absolute;
    top: 257px;
    left: -44px;
    width: 37px;
    height: 37px;
}
*/

/*
325
480
600
768
900
1024
1200
*/

/* RESPONSIVE */
@media screen and (max-width: 393px) and (max-height: 873px) {
    header {
        background-color: #bda4a23d;
        width: 325px;
        height: 101px;
    }
    
    body {
        background-image: url(../imgs/foodies-img3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 191% 113%;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .logo img {
        border-style: none;
        position: absolute;
        top: -31px;
        left: 106px;
        width: 57%;
        height: 29%;
        overflow: hidden;
        mix-blend-mode: overlay;
    }
    .wrap {
        position: absolute;
        top: 45%;
        left: 60%;
        margin-top: -58px;
        margin-left: -89px;
        text-align: center;
    }

    .button i img {
        position: absolute;
        top: 26px;
        left: -45px;
        width: 41px;
        height: 41px;
    }
    
    .button2 i img {
        position: absolute;
        top: 102px;
        left: -50px;
        width: 44px;
        height: 44px;
    }
    
    .button3 i img {
        position: absolute;
        top: 178px;
        left: -50px;
        width: 44px;
        height: 44px;
    }

}


@media screen and (max-width: 325px) {
    header {
        background-color: #bda4a23d;
        width: 325px;
        height: 101px;
    }
    body {
        background-image: url(../imgs/foodies-img3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 213% 100%;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .logo img {
        border-style: none;
        position: absolute;
        top: -18px;
        left: 94px;
        width: 48%;
        height: 27%;
        overflow: hidden;
        mix-blend-mode: overlay;
    }
    .wrap {
        position: absolute;
        top: 42%;
        left: 59%;
        margin-top: -86px;
        margin-left: -89px;
        text-align: center;
    }
}

@media screen and (max-width: 375px){ 
    .logo img {
        border-style: none;
        position: absolute;
        top: -158px;
        left: -100px;
        width: 138%;
    }
    .wrap {
        position: absolute;
        top: 49%;
        left: 46%;
        margin-top: -93px;
        margin-left: -90px;
        text-align: center;
    }
.button i img {
    position: absolute;
    top: 26px;
    left: -45px;
    width: 43px;
    height: 43px;
}
.button2 i img {
    position: absolute;
    top: 102px;
    left: -46px;
    width: 42px;
    height: 42px;
}
.button3 i img {
    position: absolute;
    top: 178px;
    left: -46px;
    width: 42px;
    height: 42px;
}
footer {
    background-color: #811919d4;
    position: absolute;
    top: 611px;
    height: 56px;
    width: 400px;
}
body {
    background-image: url(../imgs/foodies-img3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

}


@media screen and (max-width: 414px){ 
    header {
        background-color: #bda4a23d;
        width: 414px;
        height: 165px;
    }
    .logo img {
        border-style: none;
        position: absolute;
        top: -31px;
        left: 106px;
        width: 57%;
        height: 29%;
        overflow: hidden;
        mix-blend-mode: overlay;
    }
    .wrap {
        position: absolute;
        top: 45%;
        left:60%;
        margin-top: -58px;
        margin-left: -89px;
        text-align: center;
    }
.button i img {
    position: absolute;
    top: 25px;
    left: -45px;
    width: 43px;
    height: 43px;
}
.button2 i img {
    position: absolute;
    top: 101px;
    left: -46px;
    width: 42px;
    height: 42px;
}
.button3 i img {
    position: absolute;
    top: 179px;
    left: -46px;
    width: 42px;
    height: 42px;
}
body {
    background-image: url(../imgs/foodies-img3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 191% 113%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

}
@media screen and (max-width: 412px) and (max-height: 914px) {
.logo img {
    border-style: none;
    position: absolute;
    top: -38px;
    left: 83px;
    width: 57%;
    height: 29%;
    overflow: hidden;
    mix-blend-mode: overlay;
}
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    header {
        background-color: #bda4a23d;
        width: 377px;
        height: 132px;
    }
    .logo img {
        border-style: none;
        position: absolute;
        top: -22px;
        left: 83px;
        width: 57%;
        height: 29%;
        overflow: hidden;
        mix-blend-mode: overlay;
    }
    .wrap {
        position: absolute;
        top: 46%;
        left: 59%;
        margin-top: -58px;
        margin-left: -89px;
        text-align: center;
    }
    }

    @media screen and (max-width: 360px) and (max-height: 740px) {
        body {
            background-image: url(../imgs/foodies-img3.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 226% 130%;
            font-family: Arial, sans-serif;
            font-weight: bold;
            font-size: 14px;
            height: 100%;
            width: 100%;
            overflow: hidden;
        }
        .logo img {
            border-style: none;
            position: absolute;
            top: -28px;
            left: 106px;
            width: 57%;
            height: 29%;
            overflow: hidden;
            mix-blend-mode: overlay;
        }
        header {
            background-color: #bda4a23d;
            width: 414px;
            height: 143px;
        }
        .wrap {
            position: absolute;
            top: 45%;
            left: 65%;
            margin-top: -58px;
            margin-left: -89px;
            text-align: center;
        }
        }